RemoveItem Method (BaseCollection<T>)
In This Topic
Overrides base class implementation.
Syntax
'Declaration
Protected Overrides Sub RemoveItem( _
ByVal As Integer _
)
protected override void RemoveItem(
int
)
Parameters
- index
- The zero-based index of the item to remove.
See Also